runtime.g.trackingSeq (field)

5 uses

	runtime (current package)
		proc.go#L996: 		if gp.trackingSeq%gTrackingPeriod == 0 {
		proc.go#L999: 		gp.trackingSeq++
		proc.go#L4123: 	newg.trackingSeq = uint8(fastrand())
		proc.go#L4124: 	if newg.trackingSeq%gTrackingPeriod == 0 {
		runtime2.go#L468: 	trackingSeq    uint8    // used to decide whether to track this G